contains

open operator fun contains(that: ClaimPathElement): Boolean(source)

Indication of whether the current instance contains the other.

Return

in case that the two elements are of the same type, and if they are equal (including attribute), then true is being returned. Also, an AllArrayElements contains ArrayElement. In all other cases, a false is being returned.

Parameters

that

the element to compare with